#define DEFAULT_PRECISION "6"
// Icons provided and hosted by Google. Used with permission.
-#define ICON_BASE "http://earth.google.com/images/kml-icons/"
+#define ICON_BASE "https://earth.google.com/images/kml-icons/"
// Multitrack ids to correlate Schema to SchemaData
static const char kmt_heartrate[] = "heartrate";
};
#define ICON_NOSAT ICON_BASE "youarehere-warning.png";
-#define ICON_WPT "http://maps.google.com/mapfiles/kml/pal4/icon61.png"
+#define ICON_WPT "https://maps.google.com/mapfiles/kml/pal4/icon61.png"
#define ICON_TRK ICON_BASE "track-directional/track-none.png"
#define ICON_RTE ICON_BASE "track-directional/track-none.png"
#define ICON_MULTI_TRK ICON_BASE "track-directional/track-0.png"
{
// cdataStr.append("<a href=\"http://www.geocaching.com\"><img style=\"float: left; padding: 10px\" src=\"http://www.geocaching.com/images/nav/logo_sub.gif\" /> </a>\n");
cdataStr.append("<img align=\"right\" src=\"$[gc_icon]\" />\n");
- cdataStr.append("<a href=\"http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]\"><b>$[gc_num]</b></a> <b>$[gc_name]</b> \n");
- cdataStr.append("a $[gc_type],<br />on $[gc_placed] by <a href=\"http://www.geocaching.com/profile?id=$[gc_placer_id\">$[gc_placer]</a><br/>\n");
- cdataStr.append("Difficulty: <img src=\"http://www.geocaching.com/images/stars/$[gc_diff_stars].gif\" alt=\"$[gc_diff]\" width=\"61\" height=\"13\" />\n");
- cdataStr.append(" Terrain: <img src=\"http://www.geocaching.com/images/stars/$[gc_terr_stars].gif\" alt=\"$[gc_terr]\" width=\"61\" height=\"13\" /><br />\n");
- cdataStr.append("Size: <img src=\"http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif\" width=\"45\" height=\"12\" alt=\"$[gc_cont_icon]\"/> ($[gc_cont_icon])<br />\n");
+ cdataStr.append("<a href=\"https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]\"><b>$[gc_num]</b></a> <b>$[gc_name]</b> \n");
+ cdataStr.append("a $[gc_type],<br />on $[gc_placed] by <a href=\"https://www.geocaching.com/profile?id=$[gc_placer_id\">$[gc_placer]</a><br/>\n");
+ cdataStr.append("Difficulty: <img src=\"https://www.geocaching.com/images/stars/$[gc_diff_stars].gif\" alt=\"$[gc_diff]\" width=\"61\" height=\"13\" />\n");
+ cdataStr.append(" Terrain: <img src=\"https://www.geocaching.com/images/stars/$[gc_terr_stars].gif\" alt=\"$[gc_terr]\" width=\"61\" height=\"13\" /><br />\n");
+ cdataStr.append("Size: <img src=\"https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif\" width=\"45\" height=\"12\" alt=\"$[gc_cont_icon]\"/> ($[gc_cont_icon])<br />\n");
}
static const QString map_templates[] = {
- "<a href=\"http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]\" target=\"_blank\">Google Maps</a>",
- "<a href=\"http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]\" target=\"_blank\">Google Street View</a>",
+ "<a href=\"https://www.google.com/maps?q=$[gc_lat],$[gc_lon]\" target=\"_blank\">Google Maps</a>",
"<a href=\"http://www.geocaching.com/map/default.aspx?lat=$[gc_lat]&lng=$[gc_lon]\" target=\"_blank\">Geocaching.com Google Map</a>",
"<a href=\"http://www.mytopo.com/maps.cfm?lat=$[gc_lat]&lon=$[gc_lon]&pid=groundspeak\" target=\"_blank\">MyTopo Maps</a>",
"<a href=\"http://www.mapquest.com/maps/map.adp?searchtype=address&formtype=latlong&latlongtype=decimal&latitude=$[gc_lat]&longitude=$[gc_lon]&zoom=10\" target=\"_blank\">MapQuest</a>",
"<a href=\"http://www.bing.com/maps/default.aspx?v=2&sp=point.$[gc_lat]$[gc_lon]\" target=\"_blank\">Bing Maps</a>",
- "<a href=\"http://maps.yahoo.com/maps_result?lat=$[gc_lat]&lon=$[gc_lon]\" target=\"_blank\">Yahoo Maps</a>",
"<a href=\"http://maps.randmcnally.com/#s=screen&lat=$[gc_lat]&lon=$[gc_lon]&zoom=13&loc1=$[gc_lat],$[gc_lon]\" target=\"_blank\">Rand McNally</a>",
- "<a href=\"http://msrmaps.com/image.aspx?Lon=$[gc_lon]&Lat=$[gc_lat]&w=1&ref=G|$[gc_lon],$[gc_lat]\" target=\"_blank\">MSR Maps (Formerly Terraserver)</a>",
"<a href=\"http://www.opencyclemap.org/?zoom=12&lat=$[gc_lat]&lon=$[gc_lon]\" target=\"_blank\">Open Cycle Maps</a>",
"<a href=\"http://www.openstreetmap.org/?mlat=$[gc_lat]&mlon=$[gc_lon]&zoom=12\" target=\"_blank\">Open Street Maps</a>",
NULL
cdataStr.append("<!DOCTYPE html>\n");
cdataStr.append("<html>\n");
cdataStr.append("<head>\n");
- cdataStr.append("<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\"/>\n");
- cdataStr.append("<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>\n");
- cdataStr.append("<script src=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js\"></script>\n");
+ cdataStr.append("<link href=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\"/>\n");
+ cdataStr.append("<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js\"></script>\n");
+ cdataStr.append("<script src=\"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js\"></script>\n");
cdataStr.append("<script>\n");
cdataStr.append("$(document).ready(function() {\n");
cdataStr.append(" $(\"#tabs\").tabs();\n");
break;
}
- return QString("http://www.geocaching.com/images/kml/%1").arg(icon);
+ return QString("https://www.geocaching.com/images/kml/%1").arg(icon);
}
static const
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="route_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="route_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="multiTrack_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="route_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<!DOCTYPE html>
<html>
<head>
-<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
-<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$("#tabs").tabs();
<div id="fragment-1">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
<p />$[gc_issues]
$[gc_short_desc]
$[gc_long_desc]
</div>
<div id="fragment-2">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
$[gc_logs]
</div>
<div id="fragment-3">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
<h1>Extra Maps</h1>
<ul>
<li>
- <a href="http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Maps</a></li>
- <li>
- <a href="http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Street View</a></li>
+ <a href="https://www.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Maps</a></li>
<li>
<a href="http://www.geocaching.com/map/default.aspx?lat=$[gc_lat]&lng=$[gc_lon]" target="_blank">Geocaching.com Google Map</a></li>
<li>
<li>
<a href="http://www.bing.com/maps/default.aspx?v=2&sp=point.$[gc_lat]$[gc_lon]" target="_blank">Bing Maps</a></li>
<li>
- <a href="http://maps.yahoo.com/maps_result?lat=$[gc_lat]&lon=$[gc_lon]" target="_blank">Yahoo Maps</a></li>
- <li>
<a href="http://maps.randmcnally.com/#s=screen&lat=$[gc_lat]&lon=$[gc_lon]&zoom=13&loc1=$[gc_lat],$[gc_lon]" target="_blank">Rand McNally</a></li>
<li>
- <a href="http://msrmaps.com/image.aspx?Lon=$[gc_lon]&Lat=$[gc_lat]&w=1&ref=G|$[gc_lon],$[gc_lat]" target="_blank">MSR Maps (Formerly Terraserver)</a></li>
- <li>
<a href="http://www.opencyclemap.org/?zoom=12&lat=$[gc_lat]&lon=$[gc_lon]" target="_blank">Open Cycle Maps</a></li>
<li>
<a href="http://www.openstreetmap.org/?mlat=$[gc_lat]&mlon=$[gc_lon]&zoom=12" target="_blank">Open Street Maps</a></li>
<!DOCTYPE html>
<html>
<head>
-<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
-<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
-<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+<link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$("#tabs").tabs();
<div id="fragment-1">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
<p />$[gc_issues]
$[gc_short_desc]
$[gc_long_desc]
</div>
<div id="fragment-2">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
$[gc_logs]
</div>
<div id="fragment-3">
<img align="right" src="$[gc_icon]" />
-<a href="http://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
-a $[gc_type],<br />on $[gc_placed] by <a href="http://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
-Difficulty: <img src="http://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
- Terrain: <img src="http://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
-Size: <img src="http://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
+<a href="https://www.geocaching.com/seek/cache_details.aspx?wp=$[gc_num]"><b>$[gc_num]</b></a> <b>$[gc_name]</b>
+a $[gc_type],<br />on $[gc_placed] by <a href="https://www.geocaching.com/profile?id=$[gc_placer_id">$[gc_placer]</a><br/>
+Difficulty: <img src="https://www.geocaching.com/images/stars/$[gc_diff_stars].gif" alt="$[gc_diff]" width="61" height="13" />
+ Terrain: <img src="https://www.geocaching.com/images/stars/$[gc_terr_stars].gif" alt="$[gc_terr]" width="61" height="13" /><br />
+Size: <img src="https://www.geocaching.com/images/icons/container/$[gc_cont_icon].gif" width="45" height="12" alt="$[gc_cont_icon]"/> ($[gc_cont_icon])<br />
<h1>Extra Maps</h1>
<ul>
<li>
- <a href="http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Maps</a></li>
- <li>
- <a href="http://maps.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Street View</a></li>
+ <a href="https://www.google.com/maps?q=$[gc_lat],$[gc_lon]" target="_blank">Google Maps</a></li>
<li>
<a href="http://www.geocaching.com/map/default.aspx?lat=$[gc_lat]&lng=$[gc_lon]" target="_blank">Geocaching.com Google Map</a></li>
<li>
<li>
<a href="http://www.bing.com/maps/default.aspx?v=2&sp=point.$[gc_lat]$[gc_lon]" target="_blank">Bing Maps</a></li>
<li>
- <a href="http://maps.yahoo.com/maps_result?lat=$[gc_lat]&lon=$[gc_lon]" target="_blank">Yahoo Maps</a></li>
- <li>
<a href="http://maps.randmcnally.com/#s=screen&lat=$[gc_lat]&lon=$[gc_lon]&zoom=13&loc1=$[gc_lat],$[gc_lon]" target="_blank">Rand McNally</a></li>
<li>
- <a href="http://msrmaps.com/image.aspx?Lon=$[gc_lon]&Lat=$[gc_lat]&w=1&ref=G|$[gc_lon],$[gc_lat]" target="_blank">MSR Maps (Formerly Terraserver)</a></li>
- <li>
<a href="http://www.opencyclemap.org/?zoom=12&lat=$[gc_lat]&lon=$[gc_lon]" target="_blank">Open Cycle Maps</a></li>
<li>
<a href="http://www.openstreetmap.org/?mlat=$[gc_lat]&mlon=$[gc_lon]&zoom=12" target="_blank">Open Street Maps</a></li>
<Style>
<IconStyle>
<Icon>
- <href>http://www.geocaching.com/images/kml/8.png</href>
+ <href>https://www.geocaching.com/images/kml/8.png</href>
</Icon>
</IconStyle>
</Style>
<value>Locationless (Reverse) Cache</value>
</Data>
<Data name="gc_icon">
- <value>http://www.geocaching.com/images/kml/8.png</value>
+ <value>https://www.geocaching.com/images/kml/8.png</value>
</Data>
<Data name="gc_short_desc">
<value><![CDATA[LES COORDONÉES PUBLIÉES NE REPRÉSENTENT PAS LA LOCALISATION D'UNE CACHE
<Style>
<IconStyle>
<Icon>
- <href>http://www.geocaching.com/images/kml/8.png</href>
+ <href>https://www.geocaching.com/images/kml/8.png</href>
</Icon>
</IconStyle>
</Style>
<value>Unknown Cache</value>
</Data>
<Data name="gc_icon">
- <value>http://www.geocaching.com/images/kml/8.png</value>
+ <value>https://www.geocaching.com/images/kml/8.png</value>
</Data>
<Data name="gc_short_desc">
<value><![CDATA[The cache is not at the coordinates above. These coords will get you to the correct park and within 1/2 mile of the cache. The cache is within 35 feet of the trail. It is not handicapped accessible. It is a nice walk in the woods that is practical for all ages. There is no space in the container for trading items. You should bring a writing stick and bug spray is recommended.]]></value>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="multiTrack_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="multiTrack_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="multiTrack_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>.5</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-none.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-1.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-1.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-1.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-1.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-2.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-2.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-2.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-2.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-3.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-3.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-3.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-3.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-4.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-4.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-4.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-4.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-5.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-5.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-5.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-5.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-6.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-6.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-6.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-6.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-7.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-7.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-7.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-7.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-8.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-8.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-8.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-8.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-9.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-9.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-9.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-9.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-10.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-10.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-10.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-10.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-11.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-11.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-11.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-11.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-12.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-12.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-12.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-12.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-13.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-13.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-13.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-13.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-14.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-14.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-14.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-14.png</href>
</Icon>
</IconStyle>
</Style>
<scale>.5</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-15.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-15.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
<heading>0</heading>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-15.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-15.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="multiTrack_n">
<IconStyle>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
+ <href>https://earth.google.com/images/kml-icons/track-directional/track-0.png</href>
</Icon>
</IconStyle>
<LineStyle>
<Style id="waypoint_n">
<IconStyle>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
- <href>http://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
+ <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
</Icon>
</IconStyle>
</Style>
#
-# As this format is initially write-only, we're comparing our own "golden"
+# As this format was initially write-only, we're comparing our own "golden"
# output to what the newly built writer creates.
#
gpsbabel -i gpx -f ${REFERENCE}/track/segmented_tracks.gpx -o geojson -F ${TMPDIR}/track.json
compare ${REFERENCE}/track/segmented_tracks~geojson.json ${TMPDIR}/track.json
+
+gpsbabel -i geojson -f ${REFERENCE}/track/geojson.geojson -o gpx -F ${TMPDIR}/geojson.gpx
+compare ${REFERENCE}/track/geojson.gpx ${TMPDIR}/geojson.gpx